home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Peter Lewis / Talk 1.0.6 / Talk ƒ / LDEFTypes.p < prev    next >
Encoding:
Text File  |  1992-04-20  |  266 b   |  17 lines  |  [TEXT/PJMM]

  1. unit LDEFTypes;
  2.  
  3. { This program was written by Peter N Lewis, Mar 1992 in THINK Pascal 4.0.1 }
  4.  
  5. interface
  6.  
  7.     type
  8.         cellRecord = record
  9.                 sicn1id, sicn1index: integer;
  10.                 sicn2id, sicn2index: integer;
  11.                 str1: str15;
  12.                 str2: str63;
  13.             end;
  14.  
  15. implementation
  16.  
  17. end.